home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / SIOD2_4 / siod-v2_4 / !Cstart next >
Text File  |  1992-06-23  |  1KB  |  35 lines

  1. | > !Cstart
  2. |
  3. set clib$flag 0
  4. RMensure SharedClibrary 3.50 set clib$flag 1
  5. RMensure SharedClibrary 0 set clib$flag 0
  6. if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory. See page 44-45 of the Acorn C manual.
  7. unset clib$flag
  8. |
  9. Echo !Cstart procedure for getting started
  10. Echo 
  11. |
  12. adfs
  13. Echo Advanced Disc Filing System selected
  14. Echo
  15. |
  16. set c$loc :IDEDisc4.$
  17. |
  18. RMensure SharedClibrary 3.50 RMload <c$loc>.!System.modules.clib
  19. RMensure SharedClibrary 3.50 Error You need at least version 3.50 of the shared C library
  20. Echo Version 3.50, or later, of the shared C library installed
  21. |
  22. RMensure FPEmulator 2.80 RMload <c$loc>.!System.modules.FPE280
  23. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  24. Echo FPE 2.80 (or later) installed
  25. Echo
  26. |
  27. LIB <c$loc>.C-Compiler.library
  28. Echo <c$loc>.C-Compiler.Library set as the current library
  29. DIR <c$loc>.siod-v2_4
  30. Echo <c$loc>.siod-v2_4 selected as the current directory
  31. Echo
  32. |
  33. unset c$loc
  34. Echo !Cstart procedure successfully completed
  35.